ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
Members

In This Topic
    GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
    In This Topic
    Represents arguments for PurgeItem event
    Object Model
    GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
    Syntax
    'Declaration
     
    Public NotInheritable Class GenericCache.PurgeItemEventArgs
        (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)}) 
       Inherits System.EventArgs
    public sealed class GenericCache.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory> : System.EventArgs 
    where TCacheNodeFactory: new(), CacheNodeFactory<TKey,TValue>
    Type Parameters
    TKey
    TValue
    TCacheNodeFactory
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.Viewer.Common.Implementation.GenericCache`3.PurgeItemEventArgs<TKey,TValue,TCacheNodeFactory>

    See Also